net.conn.ok (method)
48 uses
net (current package)
iprawsock.go#L117: if !c.ok() {
iprawsock.go#L125: if !c.ok() {
iprawsock.go#L137: if !c.ok() {
iprawsock.go#L158: if !c.ok() {
iprawsock.go#L170: if !c.ok() {
iprawsock.go#L182: if !c.ok() {
iprawsock.go#L203: if !c.ok() {
net.go#L187: func (c *conn) ok() bool { return c != nil && c.fd != nil }
net.go#L193: if !c.ok() {
net.go#L205: if !c.ok() {
net.go#L217: if !c.ok() {
net.go#L231: if !c.ok() {
net.go#L241: if !c.ok() {
net.go#L249: if !c.ok() {
net.go#L260: if !c.ok() {
net.go#L271: if !c.ok() {
net.go#L283: if !c.ok() {
net.go#L295: if !c.ok() {
tcpsock.go#L154: if !c.ok() {
tcpsock.go#L162: if !c.ok() {
tcpsock.go#L174: if !c.ok() {
tcpsock.go#L187: if !c.ok() {
tcpsock.go#L199: if !c.ok() {
tcpsock.go#L223: if !c.ok() {
tcpsock.go#L235: if !c.ok() {
tcpsock.go#L250: if !c.ok() {
tcpsock.go#L264: if !c.ok() {
tcpsock.go#L283: if !c.ok() {
tcpsock_unix.go#L13: if !c.ok() {
udpsock.go#L126: if !c.ok() {
udpsock.go#L143: if !c.ok() {
udpsock.go#L169: if !c.ok() {
udpsock.go#L197: if !c.ok() {
udpsock.go#L209: if !c.ok() {
udpsock.go#L221: if !c.ok() {
udpsock.go#L233: if !c.ok() {
udpsock.go#L256: if !c.ok() {
udpsock.go#L268: if !c.ok() {
unixsock.go#L75: if !c.ok() {
unixsock.go#L84: if !c.ok() {
unixsock.go#L96: if !c.ok() {
unixsock.go#L107: if !c.ok() {
unixsock.go#L119: if !c.ok() {
unixsock.go#L140: if !c.ok() {
unixsock.go#L152: if !c.ok() {
unixsock.go#L164: if !c.ok() {
unixsock.go#L185: if !c.ok() {
writev_unix.go#L15: if !c.ok() {
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |